Returns a Boolean. The mouse button was pressed inside the ListBox region at the location passed in to x,y.
Syntax |
|---|
|
result = MouseDown( x, y ) |
Parameters |
|
|---|---|
|
x |
|
|
y |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
Returning True in the MouseDown event causes the MouseDrag and MouseUp events to fire and the default ListBox click processing not to fire.